Yet another Integrated Intel Etherpro 100 patch

by:

Gilles Bouazis
gbouazis@free.fr

My integrated Intel ethernet Pro 100/10 chip was not working under BeOS. I found http://www.bebits.com/app/2142 and http://www.bebits.com/app/2948 which provided a solution for updating the PCI ID that BeOS is looking for. I updated the shell script that's all ;) 

The BeOS R5 eepro100 driver just recognize the Intel Ethernet Chips with PCI ID 1229.
I've a IBM A31 (notebook) with an integrated Intel ethernet Pro 100/10 chip included has PCI ID 1031, so it isn't recognize despite being software compatible. 
This script replaces the PCI ID 1229 by 1031 in the binary file driver.

This kind of patch was done several time before, this one just has a new PCI ID.
If this patch don't work for you take a look at :
http://www.bebits.com/app/2948
http://www.bebits.com/app/2142

TO BE SAFE MAKE A BACKUP COPY BEFORE PROCEEDING. THE FILE IS AT
/boot/beos/system/add-ons/kernel/drivers/bin/eepro100

To install, type install.sh from the Terminal.

The included bsubst program was taken from: 

http://www.bebits.com/app/599
ITO Takayuki <yuki@fsinet.or.jp>

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
